Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X86的变量命名 #1627

Closed
nicheng0019 opened this issue Apr 9, 2022 · 0 comments
Closed

X86的变量命名 #1627

nicheng0019 opened this issue Apr 9, 2022 · 0 comments
Assignees

Comments

@nicheng0019
Copy link

tnn\device\x86\x86_blob_converter.h 里的
#define REGISTER_X86_BLOB_CONVERT_FUNC(mat_type, data_type, cvt_dir, cvt_func)
X86BlobConvertFuncRegister g_arm_##mat_type####data_type####cvt_dir##_register(mat_type, data_type,
cvt_dir, cvt_func);

x86的变量g_arm_##mat_type####data_type####cvt_dir##_register 前缀写成了arm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants