Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Issue 19561 - Enable array ops in betterC #2622

Merged
merged 1 commit into from Jun 2, 2019
Merged

Conversation

n8sh
Copy link
Member

@n8sh n8sh commented Jun 1, 2019

Known limitation: slice assignment to a scalar won't work in betterC for types of size other than 1 because the compiler will try to use _memset16/_memset32/etc. This can only be addressed in DMD rather than druntime.

Known limitation: slice assignment to a scalar won't work in betterC
for types of size other than 1 because the compiler will try to use
_memset16/_memset32/etc. This can only be addressed in DMD rather
than druntime.
@dlang-bot dlang-bot merged commit 715ccf4 into dlang:master Jun 2, 2019
@JinShil
Copy link
Contributor

JinShil commented Jun 24, 2019

Known limitation: slice assignment to a scalar won't work in betterC for types of size other than 1 because the compiler will try to use _memset16/_memset32/etc.

Could this be addressed by making the _memset functions templates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants