NVIDIA / edk2-nvidia

NVIDIA EDK2 platform support
Other
79 stars 36 forks source link

fix: Disable outline-atomics for nvethernetrm #77

Closed jgarver closed 1 year ago

jgarver commented 1 year ago

This fixes a compile issue on versions of GCC 10.x or later that enable outline-atomics by default. CompilerIntrinsicsLib supports many of these atomics, but not the ones in use by nvethernetrm.

Signed-off-by: Jake Garver jake@nvidia.com Reviewed-by: Jeff Brasen jbrasen@nvidia.com