“21162a2a04db364da92d4cf3d95bc49d5c7b8818”上不存在“git@gitcode.net:paddlepaddle/models.git”
gcc-goto.sh 224 字节
#!/bin/sh
# Test for gcc 'asm goto' support
# Copyright (C) 2010, Jason Baron <jbaron@redhat.com>

echo "int main(void) { entry: asm goto (\"\"::::entry); return 0; }" | $@ -x c - -c -o /dev/null >/dev/null 2>&1 && echo "y"
反馈
建议
客服 返回
顶部