Skip to content

Commit

Permalink
Allow vectorized graphics on all compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
TellowKrinkle committed Jun 10, 2021
1 parent c5c7b5b commit 70e4cda
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -397,23 +397,6 @@ esac

# Custom graphics using intrinsics (requires GCC 4.3+)

if $USE_CPU_GFX
then
case "x$CC_VER" in
x4.*)
case "x$CC_VER" in
x4.1.*|x4.2.*)
USE_CPU_GFX=false ;;
*) USE_CPU_GFX=true ;;
esac;;
*) USE_CPU_GFX=false ;;
esac
if not $USE_CPU_GFX
then
echo " Not GCC 4.3+, won't compile custom graphics routines"
fi
fi

if $USE_CPU_GFX
then
case "x$ARCH" in
Expand Down

0 comments on commit 70e4cda

Please sign in to comment.