commit | d33017b458fbdb9974f70939f099be5bfcf35794 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Aug 31 10:46:01 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Sep 03 10:00:02 2021 -0400 |
tree | c1e3fa18a964de0c931218c98efae33a9d66a8b7 | |
parent | 049e3bac7303970897d24abb33c0b39a8da25fe0 [diff] |
x86: x86-64: add arch_float_en-/dis-able() functions This adds arch_float_enable() and arch_float_disable() to x86-64. As x86-64 always has FP/SSE enabled, these operations are basically no-ops. These are added just for the completeness of arch interface. Fixes #38022 Signed-off-by: Daniel Leung <daniel.leung@intel.com>