diff options
author | jpathy <jpathy@mail.nanosouffle.net> | 2013-05-22 23:47:05 +0530 |
---|---|---|
committer | jpathy <jpathy@mail.nanosouffle.net> | 2013-05-22 23:47:05 +0530 |
commit | 81b7451972780743bcd00c963a1c9cb686a3e4ad (patch) | |
tree | b711d0c54fb162dc564373babf100ea6c2c65aa5 /sys/src/9/pc/mem.h | |
parent | 213bf5089365d00d9d40635bcfe62e197d548c1b (diff) |
sse kernel support (sources)
Diffstat (limited to 'sys/src/9/pc/mem.h')
-rw-r--r-- | sys/src/9/pc/mem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/mem.h b/sys/src/9/pc/mem.h index c30c56da1..79ab270d6 100644 --- a/sys/src/9/pc/mem.h +++ b/sys/src/9/pc/mem.h @@ -19,6 +19,7 @@ #define ROUND(s, sz) (((s)+((sz)-1))&~((sz)-1)) #define PGROUND(s) ROUND(s, BY2PG) #define BLOCKALIGN 8 +#define FPalign 16 /* * In 32-bit mode, the MAXMACH limit is 32 without |