Cuda Chen

Results 64 comments of Cuda Chen

Hi @aqrit , Seems that it is fixed by #632, I think that we may close this issue.

Hi @markreidvfx , For my personal point-of-view, I think this may be an issue of Clang. For GCC with `-O3` flag, it uses `fcmgt`, `and`, and `bsl`. Here is a...

Hi @mr-c, Thanks for your assistance! While submitting the bug report to GCC, I will try different GCC version so that we can first merge this PR without encountering any...

> Hi @mr-c, > > Thanks for your assistance! While submitting the bug report to GCC, I will try different GCC version so that we can first merge this PR...

Hi @mr-c , It seems that GCC part does not have any updates. For convenience, I attach the bug tracking ticket here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113065

Hi @mr-c , Sorry for the late reply. It seems that the `simde_x_aes_inv_s_box` fails as the compiler cannot find the declaration. I think we can try to dig in from...

> Is System V IPC required? For my understanding, System V IPC is required for ALSA. If System V IPC is disabled, you will get a message of `pcm_direct.c:2188:(snd pcm_direct...

> Provide the test procedures, so that reviewers can be involved. Hi @jserv , Though there are a litter information for testing VirtIO device, I list the possible test cases...

> What features or functionalities are missing that prevent aplay from playing wave files? For my understanding and observation, two things are missing: 1. sound card: While `aplay` selects a...

> > * For playing the sound (PCM): > > > > * [x] `VIRTIO_SND_R_PCM_START` > > * [ ] `VIRTIO_SND_R_PCM_STOP` > > I can build on macOS with CoreAudio...