[win/arm64]: Explicit casting for GEMM_DEFAULT_ALIGN to create 64-bit value#3354
Conversation
…t value Win64 uses LLP64 datamodel and unsigned long is only 32-bit. For 64-bit architecture we need 64-bit mask to correctly generate address
|
Probably safer to make this casting |
Thanks, @martin-frbg. I have added a new commit to make it conditional on Yes using BLASULONG for x86 make sense to me. Do you want me to update it in this patch or shall i leave it for another PR ? |
|
Thank you. |
Win64 uses the LLP64 data model and unsigned long is only 32-bit. For 64-bit architecture, we need a 64-bit mask to correctly generate the address.