commit | 6eb77ce795189d39fc0f7bc12eb8d7be11e46718 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue Apr 15 13:29:30 2014 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Apr 15 13:29:30 2014 -0700 |
tree | 19b418e54081aa40c1e5e4ccf478dabdeb7e9b61 | |
parent | 06e395cd75dc79289ae789c146795189c32babd8 [diff] |
[klibc] x86-64: disable the use of SSE Disable the use of SSE registers. This reduces the size of the code because it means the varadic functions don't need to marshall parameters in the SSE registers. Since klibc doesn't support floating point, this is a significant size win. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>