[arch][x86][fpu]Change naming convention for FPU flag
To align with lk/arm flag naming convention, FPU flag ENABLE_FPU is changed to X86_WITH_FPU Signed-off-by: Zhu, Bing <bing.zhu@intel.com>
This commit is contained in:
2
app/tests/float.c
Normal file → Executable file
2
app/tests/float.c
Normal file → Executable file
@@ -20,7 +20,7 @@
|
||||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#if ARM_WITH_VFP || ARCH_ARM64 || ENABLE_FPU
|
||||
#if ARM_WITH_VFP || ARCH_ARM64 || X86_WITH_FPU
|
||||
|
||||
#include <stdio.h>
|
||||
#include <rand.h>
|
||||
|
||||
Reference in New Issue
Block a user