[svn:parrot] r35675 - trunk/runtime/parrot/include

[email protected]
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Sat Jan 17 04:20:03 2009
New Revision: 35675

Modified:
   trunk/runtime/parrot/include/fp_equality.pasm

Log:
Add comment about the PASM macros. Nicer formating.

Modified: trunk/runtime/parrot/include/fp_equality.pasm
==============================================================================
--- trunk/runtime/parrot/include/fp_equality.pasm	(original)
+++ trunk/runtime/parrot/include/fp_equality.pasm	Sat Jan 17 04:20:03 2009
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007, The Perl Foundation.
+# Copyright (C) 2004-2009, The Perl Foundation.
 # $Id$
 
 =head1 NAME
@@ -7,11 +7,12 @@
 
 =head1 DESCRIPTION
 
-This file provides two macros to determine if a pair of PIR nums are equivalent.
+This file provides two PIR macros to determine if a pair of floating point numbers are equivalent.
+The same macros are also provided for PASM. 
 
 =cut
 
-.macro fp_eq (  J, K, L )
+.macro fp_eq ( J, K, L )
     set $N10, .J
     set $N11, .K
     sub $N12, $N11, $N10
@@ -23,7 +24,7 @@
 .endm
 
 
-.macro fp_ne(   J,K,L)
+.macro fp_ne ( J, K, L )
     set $N10, .J
     set $N11, .K
     sub $N12, $N11, $N10
@@ -34,7 +35,7 @@
 .label $FPNENOK:
 .endm
 
-.macro fp_eq_pasm (  J, K, L )
+.macro fp_eq_pasm ( J, K, L )
     set N10, .J
     set N11, .K
     sub N12, N11, N10
@@ -46,7 +47,7 @@
 .endm
 
 
-.macro fp_ne_pasm(   J,K,L)
+.macro fp_ne_pasm ( J, K, L )
     set N10, .J
     set N11, .K
     sub N12, N11, N10
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.