# asm routines are only intended for ia32, so they can be disabled
# on other architectures without asking the user.
if [[ ${SMGL_COMPAT_ARCHS[1]} == "ia32"   ]]
then
    config_query  ASM  "Will you want to use asm routines?"  y
fi
