projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4efa8
)
Add missing %rotate directive to the FLOAT macro.
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 30 May 2008 18:06:28 +0000
(11:06 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 30 May 2008 18:06:28 +0000
(11:06 -0700)
standard.mac
patch
|
blob
|
history
diff --git
a/standard.mac
b/standard.mac
index
dddcf60
..
7beaa6d
100644
(file)
--- a/
standard.mac
+++ b/
standard.mac
@@
-135,6
+135,7
@@
__SECT__
%define __FLOAT_DAZ__ nodaz
%define __FLOAT_ROUND__ near
%endif
+%rotate 1
%endrep
%endmacro