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

Ensure Xcode simulator always uses 256B buffer alignment. #1993

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

billhollings
Copy link
Contributor

@billhollings billhollings commented Aug 14, 2023

Xcode simulator always requires 256B buffer alignment, even when running on Apple Silicon. Previously, it was assumed that Apple Silicon would use its native 16B buffer alignment.

Fixes issue #1989.

Xcode simulator always requires 256B buffer alignment, even when running
on Apple Silicon. Previously, it was assumed that Apple Silicon would use
it's native 16B buffer alignment.
@billhollings billhollings merged commit 47840b9 into KhronosGroup:main Aug 14, 2023
5 checks passed
@billhollings billhollings deleted the fix-sim-buff-align branch August 14, 2023 14:11
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

Successfully merging this pull request may close these issues.

2 participants